home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2155 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  1KB  |  48 lines

  1. on(release){
  2.    if((_root.draglej == 18 || _root.draglej == 19) && _root.poz == "b")
  3.    {
  4.       _root.poz = "c";
  5.    }
  6.    if(_root.poz == "c")
  7.    {
  8.       if(_root.draglej == 18)
  9.       {
  10.          _root.pepa.gotoAndPlay("bylinyOK");
  11.       }
  12.       else if(_root.draglej == 19)
  13.       {
  14.          _root.pepa.gotoAndPlay("bylinyBAD");
  15.       }
  16.       else if(_root.ii23 == 0)
  17.       {
  18.          _root.d_mytina.i = "byliny_oko";
  19.          _root.ii23 = 1;
  20.       }
  21.       else if(_root.ii23 == 1)
  22.       {
  23.          _root.d_mytina.i = "byliny_ruka";
  24.       }
  25.    }
  26.    else
  27.    {
  28.       if(_root.poz == "b")
  29.       {
  30.          if(_root.ii23 == 0)
  31.          {
  32.             _root.set_info(156);
  33.             _root.ic_none();
  34.             _root.ic_oko();
  35.          }
  36.          else
  37.          {
  38.             _root.set_info(153);
  39.             _root.ic_none();
  40.             _root.ic_ruka();
  41.          }
  42.       }
  43.       _root.pepa.gotoAndPlay(_root.poz add "c");
  44.    }
  45.    _root.stopdragall();
  46.    _root.hideall();
  47. }
  48.